Method CreateChildAsync<TProps>(IRedbObject, TProps, bool)
Create a new object as a child of an existing parent
public static Task<RedbObject<TProps>> CreateChildAsync<TProps>(IRedbObject parent, TProps properties, bool initializeMetadata) where TProps : class, new()